翻訳と辞書
Words near each other
・ Consolidated PB2Y Coronado
・ Consolidated PB4Y-2 Privateer
・ Consolidated PBY Catalina
・ Consilium Place
・ Consilium principis
・ Consinka Lake
・ Consip
・ Consistency
・ Consistency (database systems)
・ Consistency (disambiguation)
・ Consistency (knowledge bases)
・ Consistency (negotiation)
・ Consistency (statistics)
・ Consistency (suspension)
・ Consistency criterion
Consistency model
・ Consistency Theory
・ Consistent and inconsistent equations
・ Consistent estimator
・ Consistent hashing
・ Consistent heuristic
・ Consistent histories
・ Consistent life ethic
・ Consistent Network Device Naming
・ Consistent Overhead Byte Stuffing
・ Consistent pricing process
・ Consistori de Barcelona
・ Consistori del Gay Saber
・ Consistory
・ Consistory (Judaism)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Consistency model : ウィキペディア英語版
Consistency model

In computer science, consistency models are used in distributed systems like distributed shared memory systems or distributed data stores (such as a filesystems, databases, optimistic replication systems or Web caching). The system supports a given model if operations on memory follow specific rules. The data consistency model specifies a contract between programmer and system, wherein the system guarantees that if the programmer follows the rules, memory will be consistent and the results of memory operations will be predictable.
High level languages, such as C++ and Java, partially maintain the contract by translating memory operations into low-level operations in a way that preserves memory semantics. To hold to the contract, compilers may reorder some memory instructions, and library calls such as pthread_mutex_lock() encapsulate required synchronization.
Verifying sequential consistency is undecidable in general, even for finite-state cache-coherence protocols.
Consistency models define rules for the apparent order and visibility of updates, and it is a continuum with tradeoffs.
== Example ==
Assume that the following case occurs:〔
* The row X is replicated on nodes M and N
* The client A writes row X to node N
* After a period of time t, client B reads row X from node M
The consistency model has to determine whether client B sees the write from client A or not.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Consistency model」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.